home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 125
/
Computer Shopper CD-ROM Issue 125 (1998-07)(Dennis Publishing).iso
/
Business
/
Dazzler
/
DAZZLER.Z
/
CPathData.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-11-26
|
472 b
|
11 lines
import java.awt.Point;
class CPathData {
public boolean bLooped = false;
public Point ptNew = new Point(0, 0);
public int nCurrentPt = 0;
public int nDistance = 0;
public int nBezierPt = 0;
public int nBezierSteps = 0;
}